Home
Game Jams
GGJ Hardcore Decor 2019
GGJ Lost in Thought 2021
GGJ Promotion 2018
GGJ Time 2 Pear 2020
Unity Projects
Alchemical Warfare
OSM HouseBuilding GPW
OSM HouseBuilding IP3
Student vs Life
C++ Projects
Boris Engine
Interview Assignments
Krampus's Maze
Misc
Documentation Format
Recommended Tutorials
Contact
GGJ Lost in Thought 2021
GGJ Lost in Thought 2021
Classes
Cell
CurrentStats
DotExpansion
Unity Scripts
CellGenerator
CellScript
DotManager
Cell
Cell
+
click :
Action
+
confirm :
Action
-
confirmed :
bool
-
gameObject :
GameObject
-
spriteRenderer :
SpriteRenderer
Confirmed :
bool
(Property with public getter and no setter)
Enabled :
bool
(Property with public getter and public setter)
Position :
Vector3
(Property with public getter and no setter)
+
Cell
(sprite : Sprite, x : float, y : float, good : bool)
+
Confirm() :
void
+
SetParent(transform : Transform) :
void
+
SetPosition(x : float, y : float) :
void
+
SetSize(size : Vector3) :
void